/*清零*/

body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 90px;
}

a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: #282828;
}

/**{ font-family:"微软雅黑"; font-size:14px; color:#000;}*/

* {
    font-size: 14px;
}

h1,
h2,
p,
h4,
h5,
h3,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

img {
    display: block;
    border: none;
    width: 100%;
}

.clearfix {
    clear: both;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input,
textarea,
select {
    border: none;
    font-family: "微软雅黑";
    outline: none
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.container {
    width: 94%;
    margin: 0 auto;
}

/* 文本框提示文字颜色改变 */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* WebKit*/
    color: #e2e7eb;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #e2e7eb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #e2e7eb;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #e2e7eb;
}

/*公共头部*/

.header_top {
    background: #52befc;
    width: 100%;
    height: 4px;
}

.header {
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
	background-image:url(/templets/baidu52sj/static/images/cw_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.left img {
    width: 34px;
    height: 26px;
    margin-top: 24px;
}

.header .nav ul a {
    display: block;
}

.header .nav {
    background: rgba(82, 190, 252, .8);
    position: absolute;
    width: 100%;
    top: 60px;
    z-index: 999;
    left: 0;
}

.header .nav ul li {
    width: 33%;
    float: left;
    text-align: center;
    height: 52px;
    line-height: 52px;
    background: url(/templets/baidu52sj/static/images/xt.png)no-repeat left center;
}
.header .nav ul li:nth-child(1) {
    border-bottom: 1px solid #6bc8fd;
}
.header .nav ul li:nth-child(2) {
    border-bottom: 1px solid #6bc8fd;
}
.header .nav ul li:nth-child(3) {
    border-bottom: 1px solid #6bc8fd;
}
/*.header .nav ul li:nth-child(4) {
    border-bottom: 1px solid #6bc8fd;
}*/


.header .nav ul li a {
    color: #fff;
    font-size: 16px;
}

.top_four {
    border-bottom: 1px solid #52befc;
}

.header .nav ul li:nth-child(4n) {
    margin-right: 0;
}

.seach {
    height: 55px;
    background: #f6f6f6;
}

.seach_input {
    width: 75%;
    margin: 0 auto;
}

.seach_input input {
    width: 85%;
    height: 30px;
    background: #fff;
    color: #d7d7d7;
    margin-top: 12px;
    text-indent: 1.5em;
    display: inline-block;
}

.seach_input button {
    width: 10%;
    background: none;
    background: url(/templets/baidu52sj/static/images/seach.png) no-repeat center center;
    display: inline-block;
    border: none;
    height: 25px;
    vertical-align: text-bottom;
    cursor: pointer;
}

/*banner*/

.scoll .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    height: 6px;
    width: 6px;
}

.scoll .swiper-pagination-bullet-active {
    background: #46bafd;
    width: 23px;
    border-radius: 5px;
    height: 6px;
}

/*公共标题*/

.common_title {
    width: 38%;
    margin: 0 auto;
    text-align: center;
    /*margin-top: 40px;*/
    margin-bottom: 30px;
}

.pet_sevice {
    position: relative;
    /* margin-top: 40px; */
}

.pet_sevice::before {
    position: absolute;
    content: '';
    background: url(/templets/baidu52sj/static/images/left.png) no-repeat right;
    width: 30%;
    height: 23px;
    left: 0;
    top: calc(100% - 38px);
}

.pet_sevice::after {
    position: absolute;
    content: '';
    background: url(/templets/baidu52sj/static/images/right.png)no-repeat left;
    width: 30%;
    height: 23px;
    right: 0;
    top: calc(100% - 38px);
}

.common_title h3 {
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    color: transparent;
    background: linear-gradient(left, #539de1, #21a2a5, #00a57d);
    background: -webkit-linear-gradient(left, #539de1, #21a2a5, #00a57d);
    -webkit-background-clip: text;
    /*只有webkit内核支持text的剪切模式*/
}

.common_title h3::after {
    position: absolute;
    content: '';
    background: url(/templets/baidu52sj/static/images/jiahao.png) no-repeat;
    width: 17px;
    height: 17px;
    left: 20px;
    top: -10px;
}

.common_title h4 {
    font-size: 20px;
    color: #2e2e2e;
    line-height: 25px;
}

/*宠物服务*/

.index_pet {
    padding-bottom: 20px;
    padding-top: 40px;
    width: 100%;
    overflow: hidden;
}

.pet_kind {
    margin-bottom: 30px;
    overflow: hidden;
    width: calc(100% + 12px);
}

.pet_kind li {
    text-align: center;
    width: calc(50% - 14px);
    margin-bottom: 10px;
    float: left;
    font-size: 14px;
    border: 1px solid #6bc8fd;
    border-radius: 50px;
    line-height: 35px;
    margin-right: 12px;
    cursor: pointer;
    overflow: hidden;
    /*text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
}

.pet_kind li:last-child {
   /* margin-right: 0;*/
}

.pet_kind li a {
    color: #000;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pet_kind .on {
    width: 20%;
    background: #6bc8fd !important;
    /*text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
}

.pet_kind .on a {
    color: #fff !important;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pet_beauty ul {
/*    display: flex;*/
    /*justify-content: left;*/
    margin-bottom: 12px;
    width: calc(100% + 17px);
}

.pet_beauty ul li {
    float: left;
    text-align: center;
    width: calc(50% - 17px);
    margin-right: 17px;
    float: left;
}

.pet_beauty ul li img {
    width: 100%;
	height:150px;
	 object-fit: cover ;
}

.pet_beauty ul li p {
    height: 50px;
    background: #f6f6f6;
    line-height: 55px;
    text-align: left;
    text-indent: 1.5em;
}

/*主页关于我们*/

.index_about {
    margin-bottom: 60px;
    background: #f6f6f6;
    padding-top: 40px;
}

.about_us p {
    margin-top: 25px;
    text-indent: 2em;
    color: #2e2e2e;
    font-size: 14px;
    line-height: 28px;
}

.cat {
    margin-top: 20px;
    position: relative;
}

.cat a {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -72.5px;
    top: 40%;
    margin-top: -10px;
    width: 145px;
    height: 46px;
    background: url(/templets/baidu52sj/static/images/more.png) no-repeat center center;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 46px;
    color: #fff;
}

/*临床病例*/

.newlist_detali ul li {
    float: left;
    /*background: #fff;
    padding: 20px;*/
    margin-bottom: 25px;
}

.new_data {
    width: 20%;
    background: #f6f6f6;
    height: 106px;
}

.new_data h3 {
    font-size: 54px;
    color: #6bc8fd;
    line-height: 36px;
    padding-top: 16px;
    text-align: center;
}

.new_data span {
    font-size: 16px;
    color: #6bc8fd;
    text-align: center;
    display: block;
    margin-top: 16px;
}

.new_title {
    width: 75%;
    text-align: left;
}

.new_title h4 {
    font-size: 16px;
    color: #2e2e2e;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.new_title  .main{
    font-size: 14px;
    color: #6e6e6e;
    line-height: 25px;
    height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 20px;
}

.pet_news {
    margin-top: 35px;
}

.more {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    background: #6bc8fd;
    text-align: center;
    margin-top: 25px;
	    border-radius: 50px;
}

.dog {
    margin-bottom: 30px;
}

.pet_contact {
    color: #2e2e2e;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
	padding:20px;
}

.pet_contact span {
    display: block;
    color: #2e2e2e;
    font-size: 18px;
    text-align: center;
}

.index_contact {
    /*padding-top: 40px;*/
}

.foot_top {
    border-top: 1px solid #6bc8fd;
    height: 65px;
    line-height: 65px;
    color: #2e2e2e;
    font-size: 14px;
    text-align: center;
    margin-top: 60px;
}

/*footer*/

/*footer*/

.footer {
    background: #6bc8fd;
    position: fixed;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    bottom: 0;
    z-index: 999;
}

.footer ul li {
    float: left;
    width: 24.7%;
    text-align: center;
    padding: 12px 0 13px 0;
}

.footer ul li:last-child {
    border: none;
}

.footer ul li h2 {
    height: 31px;
}

.footer ul li h3 {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}

.footer ul li h2 img {
    display: block;
    margin: 0 auto;
}

.two_success_img {
    display: none;
}

.about_two {
    display: none;
}

/*关于我们*/

.about_one h2 {
    font-size: 14px;
    color: #46bafd;
    text-transform: uppercase;
    text-indent: 1em;
}

.about_one span {
    color: #2e2e2e;
    font-size: 16px;
    text-indent: 1em;
    display: block;
}

.about_title {
    margin-top: 30px;
    margin-bottom: 30px;
}

.about_one {
    width: 21%;
    border-left: 3px solid #6bc8fd;
}

.about_second {
    width: 77%;
}

.about_company {
    color: #2e2e2e;
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
}

.hengxian ul li {
    padding: 12px 0;
    border-bottom: 1px dashed #dcdcdc;
}

.list_wenzhang {
    padding-bottom: 20px;
    border-bottom: 1px solid #6bc8fd;
    margin-bottom: 20px;
}

.list_wenzhang h3 {
    font-size: 26px;
    color: #2e2e2e;
    margin-top: 40px;
    margin-bottom: 24px;
    text-align: center;
}

.liulan {
    width: 50%;
    margin: 0 auto;
    color: #a8a9a9;
    font-size: 14px;
}

.shijian img {
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-right: 10px;
}

.liulanliang img {
    width: 18px;
    height: 19px;
    display: inline-block;
    margin-right: 10px;
}

.show_wenzhang {
    line-height: 25px;
    color: #2e2e2e;
    text-indent: 2em;
    padding-bottom: 30px;
}

.page_left {
    width: 80%;
}

.page_left ul li {
    height: 30px;
    line-height: 30px;
    background: #6bc8fd;
    margin-bottom: 20px;
}

.page_left ul li:last-child {
    margin-bottom: 0;
}

.page_left ul li a {
    color: #fff;
    font-size: 14px;
    padding-left: 50px;
}

.shang a {
    background: url(/templets/baidu52sj/static/images/shang.png) no-repeat left 25px center;
}

.xia a {
    background: url(/templets/baidu52sj/static/images/xia.png) no-repeat left 25px center;
}

.page_right {
    width: 18%;
    height: 80px;
}

.page_right a {
    width: 100%;
    height: 100%;
    display: block;
    background: #6bc8fd url(/templets/baidu52sj/static/images/fanhui.png)center center no-repeat;
}

.show_introduce {
    color: #2e2e2e;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 50px;
    border-top: 1px solid #6bc8fd;
    margin-top: 40px;
}

.show_pet img {
    width: 80%;
    margin: 0 auto;
}

/*留言板*/

.message .information p {
    width: 20%;
    text-align: right;
    color: #686868;
}

.message .information input {
    border: solid 1px #6bc8fd;
    background: #fafafa;
    width: calc(65% - 8px);
    margin-bottom: 18px;
    color: #686868;
    padding-left: 8px;
    height: 30px;
}

.message .information textarea {
    border: solid 1px #6bc8fd;
    background: #fafafa;
    width: calc(65% - 8px);
    min-width: calc(65% - 8px);
    max-width: calc(65% - 8px);
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    color: #686868;
    padding-left: 8px;
}

.message .information .button {
    text-align: center;
}

.message .information .button button {
    color: #fff;
    font-size: 16px;
    padding: 11px 79px;
    margin-top: 26px;
    margin-bottom: 10px;
    background: #6bc8fd;
    border:none;
}

/*button {
    padding: 10px 30px;
    background: #6bc8fd;
    margin: auto;
    border: none;
}*/

.pet_scoll>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 10px;
}
.pet_scoll .swiper-wrapper{
    padding-bottom: 50px;
}
.pet_scoll .swiper-pagination-bullet-active{
    background: #6bc8fd;
   
}
.pet_scoll .swiper-pagination-bullet{
 width: 13px;
 height: 13px;
}
.c-pc{ display: none;}
@media(max-width:1024px) {
    .cat a {
        margin-top: -10px;
    }
    .about_one {
        width: 28%;
        border-left: 3px solid #6bc8fd;
    }
    .about_one h2 {
        font-size: 12px;
        white-space: nowrap;
    }
    .about_second {
        width: 70%;
    }
    .common_title h3::after {
        display: none;
    }
    .list_wenzhang h3{
        font-size: 18px;
    }
    .new_data{
        width: 30%;
    }
    .new_title{
        width: 65%;
    }
}
.newlist_detali ul li {
    float: left;
    margin-bottom: 25px;
    width: 100%;
}